var crypto/tls.testingOnlyForceClientHelloSignatureAlgorithms

3 uses

	crypto/tls (current package)
		handshake_client.go#L40: var testingOnlyForceClientHelloSignatureAlgorithms []SignatureScheme
		handshake_client.go#L132: 	if testingOnlyForceClientHelloSignatureAlgorithms != nil {
		handshake_client.go#L133: 		hello.supportedSignatureAlgorithms = testingOnlyForceClientHelloSignatureAlgorithms